home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / comm / misc / ShirUUX.lha / ShirUUX.readme < prev    next >
Text File  |  1998-09-19  |  5KB  |  122 lines

  1. Short:    Attach/error checker for UUencoded mails with pascal source.
  2. Uploader: Shirdash@www.dci.co.ir (Hossein Shirdashtzadeh)
  3. Author:   Shirdash@www.dci.co.ir (Hossein Shirdashtzadeh)
  4. Type:     comm/misc
  5.  
  6. What is it?
  7. -----------
  8. It is a utility for attaching and error checking separate UUencoded mails 
  9. in a single capture file. Note that it is not a UUdecoder! You may use it to
  10. easily attach some uuencoded mails which are stored in a capture file mixed
  11. with other texts (e.g. Terminus capture files or the like) and if exist
  12. some nasty errors in the uuencodes, ShirUUX will address it properly.
  13. Finially a file with the extension of "_OK" is generated which "uudecode" may
  14. can decode it.
  15.  
  16. Requirements:
  17. ------------
  18. Only you must have OS 2+ for the ASL and ASL.library itself. Also the file
  19. "uudecode" must be in "C:".
  20. "ShirUUX" is tested to work correctly on A1200 and must work
  21. on any box named Amiga. 
  22.  
  23. Features:
  24. ---------
  25. It uses ASL requester, checks only for default uuencode settings of FTP
  26. sites. Stops just when reaches an error, the error is generated when the
  27. number of lines per mail and per part are not ok.
  28.  
  29. How to use it:
  30. --------------
  31. simply double click the icon and an asl requester is poped up. enter the 
  32. path/file of the capture file containing the uuencoded mails. Note that 
  33. they *Must* be in correct ordering i.e. the sequence of mails must be 
  34. correct because ShirUUX does not check for this (maybe in next versions 
  35. does!). Also note that the capture file must contain only one uuencode
  36. file. The possible error message is self explenatory and it that case you
  37. can refer to the error line and get the erroneous mail again from your
  38. site. A file named "out" is created on ram disk: which tells more about the
  39. error. It will list the number of lines beginning with "M" and length of
  40. 62.
  41.  
  42.  
  43.  
  44. Document:
  45. ---------
  46. Sorry, but so small and simple to document more.
  47.  
  48. Why and How:
  49. ------------
  50. This software is programmed in Kick-Pascal. I had several searches for some
  51. active pascal programmers on Amiga, but could not find any! 
  52.  
  53. Anyway I always had trouble with uuencoded mails in acapture file, some
  54. times for nasty reasons the connection to my site is cut and I get screwed
  55. if I had been recieving uuencodes, so it is very possible to have distorted
  56. or erroneous data or some replicas of data in the final capture file.
  57. Most of uudecoders do not distinguish this problem and generate erroneous
  58. archives. Checking and addressing the problem is very hard and get many
  59. time.
  60.  
  61. About Pascal:
  62. -----------
  63. Most people say that pascal is dead or is not good for system programing, 
  64. but I don't believe that. I think pascal is better than AMOS or BASIC or 
  65. some other languges which do not seem to be dead. I think pascal is oppressed 
  66. just like the Amiga.
  67.  
  68. I have developed many usefull units for Kick-Pascal. The coolest one is
  69. a unit called "Vijegan.Unit". This unit is a very versatile, easy to use 
  70. GUI maker for pascal. You can program for this unit in a
  71. special, but easy to understand script language and create any groups of
  72. gadgets and windows in any form and color. Then save this script file
  73. somewhere and in pascal only write: 
  74.  
  75.     ==========================
  76.     Uses Vijegan;
  77.     begin
  78.         read_script("you gui script file");
  79.     end.
  80.     ==========================
  81.  
  82. After that there are many functions which let you easily control those windows
  83. and gadgets in any desired fashion.... ;-)
  84.  
  85. If you are interested please contact me or get "Vijegan.lha" from Aminet
  86. when available. I would like to see some ppl interested and work together.
  87. I have developed it so that one can program a GUI editor for it using
  88. itself! but I have not enough time to do that.
  89.  
  90. Copyright matters:
  91. ------------------
  92. (c) 1998, All rights reserved for Hossein Shirdashtzadeh.
  93. "ShirUUX" is a CardWare, it means that if you like it, please send me a
  94. cardpostal from your hometown or city. You can spread it freely and do
  95. anything with the contents of the archive but let this readme and the main
  96. files be intact if you are spreading it, only add yours to it and if
  97. possible let me know. The Pascal source is included and you may also change 
  98. the source code in your taste.
  99.  
  100. -----------------------------------------------------------------------------
  101.  
  102. Please feel free to contact me and send suggestions to:
  103.  
  104.     No. 132, Kerdabad,
  105.     Jey st., Isfahan,
  106.     Iran
  107.     Zip code: 81599
  108.  
  109.  
  110.     Email: shirdash@www.dci.co.ir                                              
  111.  
  112.  
  113. My sig is:
  114. -----------------------------------------------------------------------------
  115. ______"Vajegan" is The First Intelligent PERSIAN Editor For AMIGA_________
  116.               ///                __      {---[   H.  Shirdashtzadeh   ]--{
  117.          TT  ///       *  TT    /<>\      } Proud AMIGA Pascal Programmer }
  118.   _ * _  ||   K       *_* ||    \_ /     { A 1200, 030/50 MHz, 2Meg Chip {
  119.  ((___)) ||___\\   ___//  ||  ___//       } 4M Fast ,HD 3.2G ,19.2K Modem }
  120.  \\___/__((____))_{___/___II_{___/_______{ Iran, Isfahan, Nesf-eh-Jahaun {
  121.    \X//"Every wise man is powerfull"_____{____ Shirdash@www.dci.co.ir ___{
  122.